home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / COMMON_F / CPROTO.H next >
Text File  |  1990-03-11  |  526b  |  18 lines

  1. /*
  2.  * cproto.h -- prototypes for functions common to several modules.
  3.  */
  4.  
  5. novalue getctime    Params((char *sbuf));
  6. int    getopt        Params((int nargs, char **nargv, char *ostr));
  7. novalue getitime    Params((struct cal_time *ct));
  8. long    longwrite    Params((char *s,long len,FILE *file));
  9. long    lstrlen        Params((char *s));
  10. #ifndef memcopy
  11. pointer    memcopy        Params((char *to, char* from, word n));
  12. #endif
  13. #ifndef memfill
  14. pointer    memfill        Params((char *to, int con, word n));
  15. #endif
  16. long     millisec    Params((noargs));
  17. int    tonum        Params((int c));
  18.